Defines an image content that can be added to a flow document.

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Initializes a new PDFFlowImageContent object.

Full documentation

Initializes a new PDFFlowImageContent object.

Full documentation

Adds a listener for the create page event.

Full documentation

Adds a listener for the before flow content draw event.

Full documentation

Full documentation

Gets the content background.
The background that fills the flow content bounding rectangle.

Full documentation

Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.

Full documentation

Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.

Full documentation

Gets the horizontal align.

Full documentation

Gets the image height.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.

Full documentation

Gets the image width.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.

Full documentation

Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Gets the structure element.

Full documentation

Gets an arbitrary object value that can be used to store custom information about this element.

Full documentation

Gets the vertical align.

Full documentation

Gets a value indicating how the image size is interpreted.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Removes a listener for the create page event.

Full documentation

Removes a listener for the before flow content draw event.

Full documentation

Sets the content background.
The background that fills the flow content bounding rectangle.

Full documentation

Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.

Full documentation

Sets the horizontal align.

Full documentation

Sets the image height.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.

Full documentation

Sets the image width.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.

Full documentation

Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Sets a value indicating how the image size is interpreted.

Full documentation

Sets the structure element.

Full documentation

Sets an arbitrary Object value that can be used to store custom information about this element.

Full documentation

Sets the vertical align.

Full documentation